home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •The Arcade• / RoboWar •••• / Robots Folder / DumBot / DumBot next >
Text File  |  1990-04-07  |  270b  |  19 lines

  1. {   
  2.     DumBot
  3.     Created 12/27/89 by David Harris
  4.  
  5.     This robot is used to test the arena.
  6. }
  7.  
  8. Main:
  9.     50 shield' store
  10.     aim 7 + aim' store
  11.     range 0 > 
  12.        missilesub if
  13.     main jump
  14.  
  15. MissileSub:
  16.     50 missile' store
  17.     return
  18. 
  19. # This is sample text